-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-55025][PS] Improve performance in pandas by using list comprehension #53701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-55025][PS] Improve performance in pandas by using list comprehension #53701
Conversation
…ension Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com> Co-authored-by: Devin Petersohn <devin.petersohn@snowflake.com>
JIRA Issue Information=== Bug SPARK-55025 === This comment was automatically generated by GitHub Actions |
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
|
@devin-petersohn we should make a new JIRA for this since the old one is already resolved. |
|
Sorry about that! Fixed the title and created a new issue. |
HyukjinKwon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is good to go? wdyt @gaogaotiantian @holdenk
huaxingao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Merged to master! Thanks @devin-petersohn for the PR! Thanks @holdenk @HyukjinKwon @gaogaotiantian for the review! |
What changes were proposed in this pull request?
Improve the performance of various metadata and precomputing operations in pandas by using list comprehension.
Why are the changes needed?
Performance and maintainability
Does this PR introduce any user-facing change?
No
How was this patch tested?
CI
Was this patch authored or co-authored using generative AI tooling?
No